From d7116f2f7a20f4fe624dd1f7c70d1726e699a2ee Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 30 Nov 2005 22:47:11 +0000 Subject: [PATCH] Fix typo in help string for Cartoexplorer. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1603 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/pcx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/pcx.c b/gpsbabel/pcx.c index d6cf4c656..a4a4a3e05 100644 --- a/gpsbabel/pcx.c +++ b/gpsbabel/pcx.c @@ -40,7 +40,7 @@ arglist_t pcx_args[] = { {"deficon", &deficon, "Default icon name", "Waypoint", ARGTYPE_STRING }, {"cartoexplorer", &cartoexplorer, - "Write tracks compatible with CartoExploreror", "", + "Write tracks compatible with CartoExplorer", "", ARGTYPE_STRING }, {0, 0, 0, 0, 0} }; -- 2.30.2